Get Process PID
Command Prototype
iRet = Window.GetPID(objUiElement)
Command Description
Get the run PID of the program for the window
Parameter Description
- Required Parameter
- objUiElement--Corresponding window object; when passed as an integer, it is used as a window handle; when passed as a string, it is used as a window feature to find all matched window to operate; when passed as a UiElement object, operate the window containing it
- return
- iRet--The variable used to save the output of the function call